.index_page .index_new {
  padding: 37px 0 45px;
}
.index_page .title_bg {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #E02020;
  display: block;
  margin-bottom: 20px;
  line-height: 45px;
  margin-top: 20px;
}
.magazine_block{
    margin-top: 30px;
}
.magazine_block .magazine_title{
    font-size: 30px;
    color: #0068A2;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}
.magazine_block .magazine_title span{
    display: inline-block;
    background: #ffffff;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 10;
}
.magazine_block .magazine_title em{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    right: 90px;
    height: 3px;
    background: #0068A2;
    z-index: 1;
}
.magazine_block .magazine_title a{
    float: right;
    display: block;
    width: 75px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #0068A2;
    border: 1px solid #0068A2;
    border-radius: 3px;
    margin-top: 5px;
    transition: all 0.3s;
}
.magazine_block .magazine_body ul{
    margin: 0 -20px;
}
.magazine_block .magazine_body li{
    float: left;
    width: 20%;
    padding: 0 20px;
}
.magazine_block .magazine_body li a,
.magazine_block .magazine_body li img{
    display: block;
    width: 100%;
    overflow: hidden;
}
.magazine_block .magazine_body li p{
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
}
.picture_block img,
.picture_block .swiper-slide{
    display: block;
    width: 100%;
}
.index_page .index_new .news_body {
  height: 384px;
  overflow: hidden;
}
.index_page .index_new .news_body .new_left {
  float: left;
  width: 580px;
  height: 100%;
}
.index_page .index_new .news_body .new_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.index_page .index_new .news_body .new_left .word {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  padding: 0 123px 0 23px;
  transition: all 0.3s;
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);*/
  background: rgba(0,0,0,.3);
}
.index_page .index_new .news_body .new_left .word p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_page .index_new .news_body .new_left .swiper-pagination {
  width: auto;
  right: 15px;
  left: auto;
  bottom: 20px;
}
.index_page .index_new .news_body .new_left .swiper-pagination .swiper-pagination-bullet,
.picture_block .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 6px;
  background: #ffffff;
}
.index_page .index_new .news_body .new_left .swiper-pagination .swiper-pagination-bullet-active,
.picture_block .swiper-pagination .swiper-pagination-bullet-active{
  background: #0073FF;
}
.index_page .index_new .news_body .new_left .swiper-button-next {
  right: 0;
}
.index_page .index_new .news_body .new_left .swiper-button-prev {
  left: 0;
}
.index_page .index_new .news_body .new_left .swiper-button-next,
.index_page .index_new .news_body .new_left .swiper-button-prev {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-color: #0068A2;
  background-size: 10px 20px;
  display: none;
}
.index_page .index_new .news_body .new_right {
  float: right;
  width: 580px;
}
.index_page .index_new .news_body .new_right .title{
    position: relative;
}
.index_page .index_new .news_body .new_right .title .more{
    position: absolute;
    right: 0;
    top: -3px;
    display: block;
    width: 75px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #0068A2;
    border: 1px solid #0068A2;
    border-radius: 3px;
    margin-top: 5px;
    transition: all 0.3s;
}
.index_page .index_new .news_body .new_right .new_title {
  display: block;
  color: #0068A2;
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 37px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_page .index_new .news_body .new_right .tab_hd {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 10px;
}
.index_page .index_new .news_body .new_right .tab_hd .li {
  float: left;
  font-size: 22px;
  padding: 0 15px 0 44px;
  margin-right: 40px;
  line-height: 30px;
  padding-bottom: 11px;
  color: #666666;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.index_page .index_new .news_body .new_right .tab_hd .li::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  background: #0068A2;
  height: 6px;
  opacity: 0;
}
.index_page .index_new .news_body .new_right .tab_hd .li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 40px;
  height: 30px;
  background: url(../images/icon-news.png) no-repeat;
  background-size: 22px 23px;
  background-position: center center;
}
.index_page .index_new .news_body .new_right .tab_hd .li:last-child span {
  background: url(../images/icon-newest.png) no-repeat;
  background-size: 28px 22px;
  background-position: center center;
}
.index_page .index_new .news_body .new_right .tab_hd .li.on {
  color: #0068A2;
}
.index_page .index_new .news_body .new_right .tab_hd .li.on::before {
  opacity: 1;
}
.index_page .rule_left{
    float: left;
    width: 340px;
    margin-top: 8px;
}
.index_page .rule_left .title {
    position: relative;
}
.index_page .rule_left .title .more{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 75px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #0068A2;
    border: 1px solid #0068A2;
    border-radius: 3px;
    margin-top: 5px;
    transition: all 0.3s;
}
.index_page .rule_right{
    float: right;
    width: 820px;
}
.index_page .rule_left .tab_title{
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    margin-bottom: 10px;
}
.index_page .rule_left .tab_title .li{
    float: left;
    font-size: 22px;
    padding: 0 15px 0 44px;
    margin-right: 40px;
    line-height: 30px;
    padding-bottom: 11px;
    color: #666666;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.index_page .rules_block{
    margin-top: 30px;
}
.index_page .rule_left .tab_title .li.on{
    color: #0068A2;
}
.index_page .rule_left .tab_title .li::before{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    background: #0068A2;
    height: 6px;
    opacity: 0;
}
.index_page .rule_left .tab_title .li.on::before{
    opacity: 1;
}
.index_page .rule_left .tab_title .li span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 40px;
    height: 30px;
    background: url(../images/icon-news.png) no-repeat;
    background-size: 22px 23px;
    background-position: center center;
}





.index_page .index_modal .index_modal_company {
  float: left;
  width: 340px;
}
.index_page .index_modal .index_modal_company .company_ul {
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.index_page .index_modal .index_modal_company .company_ul .title {
  height: 45px;
  line-height: 45px;
  background: #0068A2;
  padding: 0 13px;
  font-size: 20px;
  color: #ffffff;
}
.index_page .index_modal .index_modal_company .company_ul .title a {
  float: right;
  color: #FFFFFF;
  font-size: 14px;
}
.index_page .index_modal .index_modal_company .company_ul .company_body {
  padding: 0 13px;
  margin: 9px 0;
  /*height: 180px !important;*/
    overflow: hidden;
}
/*.index_page .index_modal .index_modal_company .company_ul .company_body ul{*/
/*    height: 180px;*/
/*    overflow: hidden;*/
/*}*/
.index_page .index_modal .index_modal_company .company_ul .company_body li {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  transition: all 0.3s;
  color: #454545;
}
.index_page .index_modal .index_modal_company .company_ul .company_body li em {
  float: left;
  display: block;
  width: 5px;
  height: 5px;
  background: #D8D8D8;
  border-radius: 3px;
  margin-right: 17px;
  margin-top: 12px;
}
.index_page .index_modal .index_modal_block {
  float: right;
  width: 820px;
}
.exhibition_block{
    padding: 30px 0;
    border-bottom: 2px solid #0068A2;
    margin-bottom: 30px;
}
.exhibition_block .exhibition_title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    color: #0068A2;
    font-weight: bold;
}
.exhibition_block .exhibition_title span{
    display: inline-block;
    padding: 0 50px;
    background: #FFFFFF;
    position: relative;
    z-index: 10;
}
.exhibition_block .exhibition_title span i{
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -3px;
    width: 35px;
    height: 6px;
    background: #0068A2;
}
.exhibition_block .exhibition_title span i:last-child{
    right: -35px;
    left: auto;
}
.exhibition_block .exhibition_title em{
    display: block;
    position: absolute;
    right: left;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #0068A2;
    z-index: 0;
}
.exhibition_block .exhibition_body a,
.exhibition_block .exhibition_body a img{
    display: block;
    width: 100%;
}
.index_page .index_link {
  margin-top: 36px;
}
.index_page .index_link .link_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 33px;
}
.index_page .index_link .link_body {
  margin: -10px -20px;
}
.index_page .index_link .link_body li {
  float: left;
  width: 25%;
  height: 100px;
  line-height: 70px;
  padding: 10px 20px;
}
.index_page .index_link .link_body li .inbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-shadow: 0px 24px 30px 0px rgba(233, 238, 251, 0.5);
  text-align: center;
}
.index_page .index_link .link_body li .inbox img {
  max-width: 70%;
  max-height: 70%;
  vertical-align: middle;
}
.index_page .index_link .fri-links {
  height: 80px;
  margin: 0 -20px;
}
.index_page .index_link .fri-links .layui-form-item {
  float: left;
  width: 25%;
  padding: 0 20px;
}
.index_page .index_link .fri-links .layui-form-select {
  font-size: 14px;
  /*height: 48px;*/
  position: relative;
}
.index_page .index_link .fri-links .layui-form-select .layui-select-title {
  position: relative;
}
.index_page .index_link .fri-links .layui-form-select .layui-input {
  height: 48px;
  color: #333;
  border: 1px solid #E9E9E9;
  text-align: center;
  background: #ffffff;
  display: block;
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
}
.index_page .index_link .fri-links .layui-form-select .link_ul {
  display: none;
  position: absolute;
  left: 0;
  bottom: 54px;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  border: 1px solid #eee;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: layui-upbit;
}
.index_page .index_link .fri-links .layui-form-select .link_ul a {
  display: block;
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.index_page .index_link .fri-links .layui-form-select .link_ul a.layui-this {
  background: #fff;
  color: #333;
}
.index_page .index_link .fri-links .layui-form-select.layui-form-selected .link_ul {
  display: block;
}
@-webkit-keyframes layui-upbit {
  from {
    -webkit-transform: translate3d(0, 15px, 0);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes layui-upbit {
  from {
    transform: translate3d(0, 15px, 0);
    opacity: 0.3;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.tab_body .list_ul {
  display: none;
}
.tab_body .list_ul.show {
  display: block;
}
.news_list li {
  line-height: 24px;
}
.news_list li .inbox {
  display: block;
  padding: 8px 0;
  font-size: 16px;
}
.news_list li .inbox .word {
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.news_list li .inbox .word em {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0068A2;
  border-radius: 3px;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.news_list li .inbox .time {
  float: right;
  color: #999999;
}
.title-common {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.title-common .tt {
  float: left;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  margin-right: 40px;
}
.title-common .tab_hd {
  float: left;
}
.title-common .tab_hd .li {
  float: left;
  font-size: 24px;
  margin-right: 40px;
  line-height: 40px;
  color: #666666;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.title-common .tab_hd .li::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  background: #0068A2;
  height: 4px;
  opacity: 0;
}
.title-common .tab_hd .li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 40px;
  height: 30px;
}
.title-common .tab_hd .li.on {
  color: #0068A2;
}
.title-common .tab_hd .li.on::before {
  opacity: 1;
}
.title-common .more {
  float: right;
  display: block;
  width: 75px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #0068A2;
  border: 1px solid #0068A2;
  border-radius: 3px;
  margin-top: 5px;
  transition: all 0.3s;
}
.modal_box {
  margin-bottom: 30px;
}
.modal_box .personnel_block {
  margin-top: 30px;
}
.modal_box .personnel_block .swiper-slide {
  border: 1px solid #E4E4E4;
}
.modal_box .personnel_block .swiper-slide a{
    display: block;
    width: 100%;
}
.modal_box .personnel_block .swiper-slide .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.modal_box .personnel_block .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.modal_box .personnel_block .swiper-slide .word {
  padding: 9px 0;
  text-align: center;
  line-height: 1.3;
}
.modal_box .personnel_block .swiper-slide .word .name {
  font-weight: bold;
}
.modal_box .personnel_block .swiper-slide .word .zc {
  color: #666666;
  margin-top: 5px;
}
.member_modal .title-common .tt {
  color: #0068A2;
  font-size: 24px;
}
.member_modal .modal_body {
  margin-top: 30px;
}
.member_modal .modal_body .modal_link {
  float: left;
  width: 190px;
  height: 250px;
  background: url(../images/member-img03.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 150px;
  display: block;
}
.member_modal .modal_body .modal_link .word {
  text-align: center;
}
.member_modal .modal_body .modal_link .word .zh {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
.member_modal .modal_body .modal_link .word .en {
  font-family: Arial;
  font-style: italic;
  line-height: 1.3;
  color: rgba(51, 51, 51, 0.4);
}
.member_modal .modal_body .modal_link:nth-child(2) {
  background: url(../images/member-img04.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 20px;
}
.member_modal .modal_body .modal_href{
    float: right;
    width: 400px;
    height: 250px;
    margin: 0 -5px;
    /*padding-top: 70px;*/
    border: 1px solid rgba(153, 153, 153, 0.2);
    padding: 0;
    border-top: 0;
    border-left: 0;
}
.member_modal .modal_body .modal_href .item{
    float: left;
    /*width: 33.333%;*/
    /*padding: 5px;*/
    width: 50%;
    padding: 0;
    height: 33.3333%;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    border-left: 1px solid rgba(153, 153, 153, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.member_modal .modal_body .modal_href .item a{
    display: block;
    width: 75%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    background: #0068A2;
}
.member_modal .modal_body .modal_market {
  float: right;
  width: 400px;
  height: 270px;
  background: linear-gradient(270deg, #FFFFFF 0%, #F5F5F5 100%);
  border-radius: 3px;
  overflow: hidden;
}
.member_modal .modal_body .modal_market .title {
  display: flex;
  align-items: center;
  height: 54px;
  line-height: 54px;
  background: #ECF8FF;
  padding: 0 11px;
  color: #131313;
  font-size: 18px;
  font-weight: bold;
}
.member_modal .modal_body .modal_market .title span {
  display: block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background: url(../images/icon-shichang.png) no-repeat;
  background-size: 100% 100%;
}
.member_modal .modal_body .modal_market .market_login {
  padding: 25px 40px;
  text-align: left;
}
.member_modal .modal_body .modal_market .market_login .tt {
  font-size: 20px;
  line-height: 1.4;
}
.member_modal .modal_body .modal_market .market_login .p {
  font-size: 16px;
  margin: 17px 0 25px;
}
.member_modal .modal_body .modal_market .market_login .button {
  display: block;
  width: 280px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #0068A2;
  border-radius: 5px;
  font-size: 16px;
  color: #FFFFFF;
}
.member_modal .modal_body .modal_market .market_logined {
  padding: 10px 14px;
}
.member_modal .modal_body .modal_market .market_logined li {
  padding: 5px 0;
  font-size: 16px;
  height: 46px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.member_modal .modal_body .modal_market .market_logined li a {
  transition: all 0.3s;
}
.person_page {
  padding: 60px 0 100px;
}
.person_page .person_tt{
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    color: #0068A2;
    font-weight: bold;
}
.person_page .person_body {
  width: 446px;
  margin: 0 auto;
}
.person_page .person_body .success_word{
    margin-top: 60px;
}
.person_page .person_body .success_word h2{
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.person_page .person_body .success_word p{
    line-height: 1.8;
    font-size: 16px;
}
.person_page .person_body .btn_back{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background: #0068A2;
    text-align: center;
    border-radius: 4px;
    margin: 40px auto 20px;
}
.person_page .person_body .href{
    display: block;
    text-align: right;
    font-size: 18px;
    margin-top: 15px;
    color: #0068A2;
}
.person_page .person_body .file_block{
    margin-top: 50px;
}
.person_page .person_body .file_block .group{
    margin-bottom: 30px;
    line-height: 30px;
}
.person_page .person_body .file_block .group .text{
    float: left;
    width: 120px;
    text-align: right;
}
.person_page .person_body .file_block .group .text em{
    color: red;
    margin-right: 5px;
}
.person_page .person_body .file_block .group .input{
    float: left;
    margin-left: 20px;
    position: relative;
}
.person_page .person_body .file_block .group .input .file{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0068A2;
    color: #FFFFFF;
    border-radius: 4px;
}
.person_page .person_body .file_block .group .input .hidden{
    display: block;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.person_page .person_body .file_block .group .btn_download{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0068A2;
    color: #FFFFFF;
    border-radius: 4px;
}
.person_page .person_body .person_form .file_block .button_block{
    margin-top: 60px;
}
.person_page .person_body .file_block .button_block .remember_box{
    margin-bottom: 10px;
}
.person_page .person_body .file_block .button_block .remember_box em{
    color: #0068A2;
    cursor: pointer;
}
.person_page .person_body .title {
  color: #0068A2;
  font-size: 33px;
  line-height: 1.4;
  font-weight: bold;
}
.person_page .person_body .word {
  font-weight: bold;
  font-size: 24px;
}
.person_page .person_body .person_form {
  margin-top: 30px;
}
.person_page .person_body .person_form .group {
  margin-bottom: 18px;
}
.person_page .person_body .person_form .group .group_tt {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.person_page .person_body .person_form .group .group_input {
  position: relative;
}
.person_page .person_body .person_form .group .group_input .input {
  display: block;
  width: 100%;
  height: 46px;
  border: 1px solid #CCCCCC;
  outline: none;
  padding: 12px 15px;
  line-height: 20px;
}
.person_page .person_body .person_form .group .group_input.group_code .input {
  float: left;
  width: 280px;
}
.person_page .person_body .person_form .group .group_input.group_code .code {
  float: right;
  width: 146px;
  height: 46px;
  border: 1px solid #979797;
}
.person_page .person_body .person_form .group .group_input.group_code .code img {
  display: block;
  width: 100%;
  height: 100%;
}
.person_page .person_body .person_form .remember_box .rem_left label {
  height: 20px;
  line-height: 20px;
  position: relative;
}
.person_page .person_body .person_form .remember_box .rem_left input{
    
}
.person_page .person_body .person_form .remember_box .rem_left .checkbtn {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #0068A2;
  border-radius: 2px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 3px;
}
.person_page .person_body .person_form .remember_box .rem_left input[type="checkbox"]:checked + span {
  background: #0068A2;
  border-color: #0068A2;
}
.person_page .person_body .person_form .remember_box .rem_left .checkbtn::after {
  content: '';
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  width: 5px;
  height: 10px;
  position: absolute;
  top: -1px;
  left: 3px;
  transform: rotate(45deg) scaleY(0);
  transition: transform 0.15s ease-in 0.05s;
}
.person_page .person_body .person_form .remember_box .rem_left input[type="checkbox"]:checked + span::after {
  transform: rotate(45deg) scaleY(1);
}
.person_page .person_body .person_form .remember_box .rem_left{
    float: left;
}
.person_page .person_body .person_form .remember_box .rem_right{
    float: right;
    cursor: pointer;
}
.person_page .forget_popup{
    border: 1px solid #000;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    background: #fff;
    z-index: 999;
    display: none;
}
.person_page .forget_popup .forget_close{
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.person_page .forget_popup .forget_title{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #0068A2;
}
.person_page .forget_popup .forget_text{
    margin: 0 30px;
}
.person_page .forget_popup .forget_code{
    text-align: center;
    margin-bottom: 30px;
}
.person_page .forget_popup .forget_code img{
    width: 50%;
    margin-top: 20px;
}
.person_page .person_body .person_form .button_block {
  margin-top: 30px;
}
.person_page .person_body .person_form .button_block .submit_btn {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  border: 0;
  background: #0068A2;
  font-size: 18px;
}
.person_page .person_body .person_form .button_block a {
  margin-top: 18px;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  text-align: center;
  color: #0068A2;
  font-size: 18px;
  border: 2px solid #0068A2;
  font-weight: bold;
  transition: all 0.3s;
}
.person_page .register_title {
  width: 650px;
  margin: 0 auto 30px;
}
.person_page .register_title .step {
  float: left;
  width: 33.33%;
  /*width: 50%;*/
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #666666;
}
.person_page .register_title .step span {
  font-size: 21px;
  margin-right: 10px;
}
.person_page .step_one .step {
  position: relative;
}
.person_page .step_one .step {
  line-height: 38px;
  border: 1px solid #DCDCDC;
}
.person_page .step_one .step.on {
  background-color: #0068A2;
  color: #FFFFFF;
  border: 0;
}
.person_page .step_one .step.on::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #0068A2;
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 10;
}
.person_page .register_title .step::before{
    content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #DCDCDC;
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 10;
}
.person_page .register_title .step::after{
    content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #FFFFFF;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 10;
}
.person_page .register_title .step.on::after{
    content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #0068A2;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 10;
}
.person_page .register_title .step:last-child:before,.person_page .register_title .step:last-child:after{
    display: none;
}
.person_page .step_success .step {
  background-color: #0068A2;
  color: #FFFFFF;
  width: 49.8%;
  position: relative;
}
.person_page .step_success .step:first-child::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #0068A2;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 10;
}
.person_page .step_success .step:last-child {
  float: right;
}
.person_page .step_success .step:last-child::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.person_page .register_body {
  margin: 120px 0;
  text-align: center;
}
.person_page .register_body img {
  display: block;
  width: 81px;
  height: 81px;
  margin: 0 auto;
}
.person_page .register_body .word {
  color: #0068A2;
  font-size: 24px;
  margin: 30px 0;
}
.person_page .register_body a {
  display: block;
  width: 250px;
  height: 46px;
  line-height: 42px;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #0068A2;
  margin: 0 auto;
  color: #0068A2;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
}
.crumbs_block {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.crumbs_block .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_home.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 13px;
  margin-bottom: 3px;
}
.crumbs_block em {
  margin: 0 5px;
}
.news_blcok {
  margin: 40px 0 100px;
}
.news_blcok ul {
  margin-bottom: 50px;
}
.news_blcok li {
  border: 1px solid rgba(228, 228, 228, 0.4);
  margin-bottom: 20px;
  position: relative;
}
.news_blcok li .inbox {
  padding: 30px 300px 30px 0;
  display: block;
  transition: all 0.3s;
}
.news_blcok li .inbox .word {
  padding: 0 30px 0 20px;
  line-height: 1.3;
  transition: all 0.3s;
}
.news_blcok li .inbox .word .tt {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_blcok li .inbox .word .p {
  color: #666666;
  margin-top: 16px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_blcok li .inbox .time {
  position: absolute;
  right: 0;
  top: 0;
  width: 215px;
  text-align: center;
  line-height: 120px;
  font-size: 16px;
  color: #666666;
  transition: all 0.3s;
}
.news_blcok li .inbox .line {
  position: absolute;
  right: 215px;
  top: 30px;
  bottom: 30px;
  width: 3px;
  border-radius: 1px;
  background: rgba(102, 102, 102, 0.1);
  transition: all 0.3s;
}

.news_hydw_blcok {
  margin: 40px 0 100px;
}
.news_hydw_blcok ul {
  margin-bottom: 50px;
}
.news_hydw_blcok li {
  /*border: 1px solid rgba(228, 228, 228, 0.4);
  margin-bottom: 20px;*/
  position: relative;
}
.news_hydw_blcok li .inbox {
  padding: 15px 370px 15px 0;
  display: block;
  transition: all 0.3s;
}
.news_hydw_blcok li .inbox .word {
  padding: 0 30px 0 20px;
  line-height: 1.3;
  transition: all 0.3s;
}
.news_hydw_blcok li .inbox .fullname{
	position: absolute;
    right: 218px;
    top: 0;
    width: 150px;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    color: #666666;
    transition: all 0.3s;
}

.news_hydw_blcok li .inbox .word .tt {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_hydw_blcok li .inbox .word .p {
  color: #666666;
  margin-top: 16px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_hydw_blcok li .inbox .time {
  position: absolute;
  right: 0;
  top: 0;
  width: 215px;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  color: #666666;
  transition: all 0.3s;
}
.news_hydw_blcok li .inbox .line {
  position: absolute;
  right: 215px;
  top: 30px;
  bottom: 30px;
  width: 3px;
  border-radius: 1px;
  background: rgba(102, 102, 102, 0.1);
  transition: all 0.3s;
}

.pages {
  text-align: center;
}
.pages a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  margin: 0 5px;
  border: 1px solid #D8D8D8;
  padding: 0 10px;
  color: #666666;
  transition: all 0.3s;
}
.news_detail .detail_title {
  padding: 40px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #0068A2;
}
.news_detail .detail_title .tt {
  color: #0068A2;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
.news_detail .detail_title .p {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-top: 15px;
}
.news_detail .detail_title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0068A2;
}
.news_detail .detail_body {
  margin: 30px 0 100px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.news_detail .detail_body .item {
  margin-bottom: 35px;
}
.intro_block {
  margin: 40px 0;
}
.intro_block .intro_left {
  float: left;
  width: 260px;
}
.intro_block .intro_left .intro_title {
  padding: 17px 0;
  background: #0068A2;
  text-align: center;
  line-height: 1.4;
}
.intro_block .intro_left .intro_title .tt {
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
}
.intro_block .intro_left .intro_title .p {
  font-size: 18px;
  color: #EEEEEE;
  margin-top: 5px;
}
.intro_block .intro_left .link_ul .li {
  height: 70px;
  line-height: 70px;
  text-align: left;
  background: #EEEEEE;
  font-size: 20px;
  padding-left: 36px;
  margin-bottom: 1px;
}
.intro_block .intro_left .link_ul .li a {
  display: flex;
  align-items: center;
  color: #555555;
  transition: all 0.3s;
}
.intro_block .intro_left .link_ul .li span {
  display: block;
  width: 10px;
  height: 18px;
  background: url(../images/icon-right.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 30px;
  transition: all 0.3s;
}
.intro_block .intro_left .link_ul .li.on a {
  color: #0068A2;
  font-weight: bold;
}
.intro_block .intro_left .link_ul .li.on span {
  background: url(../images/icon-rightblue.png) no-repeat;
  background-size: 100% 100%;
}
.intro_block .intro_left .release_info {
  margin-top: 27px;
  background: #F7F8FC;
}
.intro_block .intro_left .release_info .title {
  background: #0068A2;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  padding: 0 16px;
  font-size: 18px;
}
.intro_block .intro_left .release_info .word {
  padding: 20px 16px;
  color: #666666;
  line-height: 2;
}
.intro_block .intro_left .release_info .word a {
  color: #E02020;
}
.intro_block .intro_right {
  float: right;
  width: 900px;
}
.intro_block .intro_right .right_title {
  padding: 25px 0;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 104, 162, 0.2);
  position: relative;
  margin-bottom: 30px;
}
.intro_block .intro_right .right_title .ch,
.intro_block .intro_right .right_title .en {
  float: left;
}
.intro_block .intro_right .right_title .ch {
  font-size: 30px;
  color: #0068A2;
  font-weight: bold;
}
.intro_block .intro_right .right_title .en {
  color: #CAD3DD;
  font-size: 26px;
  margin-left: 28px;
  padding-left: 20px;
  border-left: 2px solid rgba(0, 104, 162, 0.2);
}
.intro_block .intro_right .right_title .bg {
  position: absolute;
  right: 0;
  bottom: -10px;
  top: 0;
  width: 70%;
  background: url(../images/title_bg.png) no-repeat;
  background-size: 100% 110%;
  z-index: -1;
}
.intro_block .intro_right .member_body {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}
.intro_block .intro_right .detail_title {
  padding: 0 0 6px 37px;
  border-bottom: 1px solid #D8D8D8;
  background: url(../images/icon_dt.png) no-repeat;
  background-size: 22px 32px;
  background-position: left 2px;
  line-height: 37px;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
.intro_block .intro_right .detail_body {
  margin-top: 40px;
}
.intro_block .intro_right .detail_body .item {
  margin-bottom: 30px;
}
.intro_block .intro_right .detail_body .item .tt {
  line-height: 18px;
  border-left: 6px solid #0068A2;
  padding-left: 15px;
  color: #0068A2;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.intro_block .intro_right .detail_body .item .word {
  padding-left: 21px;
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
}
.about_body {
  color: #666666;
  font-size: 16px;
  line-height: 1.9;
}
.about_body .title {
  text-align: center;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about_body .item {
  margin-bottom: 30px;
}
.about_body .item div {
  font-weight: bold;
}
.about_body .item p {
  text-indent: 2em;
}
.about_body .item a {
  color: #E02020;
}
.about_body .download_box {
  margin: 40px 0;
}
.about_body .download_box .p {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 44px;
}
.about_body .download_box ul {
  margin: 0 -20px;
}
.about_body .download_box ul li {
  float: left;
  width: 50%;
  padding: 10px 20px;
}
.about_body .download_box ul li .inbox {
  border: 1px solid #E5E5E5;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #0068A2;
}
.about_body .download_box ul li .inbox span {
  width: 18px;
  height: 22px;
}
.about_body .download_box ul li .inbox span img {
  display: block;
  width: 100%;
  height: 100%;
}
.about_body .download_box ul li .inbox em {
  margin: 0 14px;
}
.about_body .download_box ul li .inbox i {
  width: 22px;
  height: 22px;
}
.about_body .download_box ul li .inbox i img {
  display: block;
  width: 100%;
  height: 100%;
}
.about_body .download_box ul li .inbox p {
  text-decoration: underline;
  margin-left: 4px;
}
.expert_body li {
  margin-bottom: 30px;
}
.expert_body li .inbox .img {
  float: left;
  width: 150px;
  height: 200px;
}
.expert_body li .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.expert_body li .inbox .word {
  margin-left: 180px;
}
.expert_body li .inbox .word .name {
  font-size: 22px;
  color: #0068A2;
  font-weight: bold;
  line-height: 1.5;
}
.expert_body li .inbox .word .name span {
  margin-left: 20px;
}
.expert_body li .inbox .word .p {
  line-height: 2.2;
  margin-top: 24px;
}
.infor_body {
  margin-bottom: 100px;
}
.infor_body .infor_title .btn_release {
  float: left;
  display: block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  background: #0068A2;
  border-radius: 4px;
  font-size: 16px;
}
.infor_body .infor_title .search {
  float: right;
  line-height: 40px;
  margin-top: 2px;
  font-size: 16px;
}
.infor_body .infor_title .search span {
  color: #666666;
}
.infor_body .infor_title .search .input {
  display: inline-block;
  width: 192px;
  padding: 9px 12px;
  line-height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 0 !important;
  -webkit-appearance:none !important;
  outline: none;
}
.infor_body .infor_title .search .btn_search {
  border: 0;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #0068A2;
}
.infor_body .infor_ul {
  margin-top: 20px;
  margin-bottom: 50px;
}
.infor_body .infor_ul .list_title {
  background: #EEEEEE;
  height: 60px;
  line-height: 60px;
}
.infor_body .infor_ul .list_title .li {
  color: #000000;
}
.infor_body .infor_ul .li {
  float: left;
  padding: 0 20px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
}
.infor_body .infor_ul .li:nth-child(1) {
  width: 40%;
}
.infor_body .infor_ul .li:nth-child(2) {
  width: 30%;
}
.infor_body .infor_ul .li:nth-child(3) {
  width: 20%;
}
.infor_body .infor_ul .li:nth-child(4) {
  width: 10%;
}
.infor_body .infor_ul .list_body {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #EFEFEF;
  color: #666666;
  display: block;
  transition: all 0.3s;
}
.infor_body .infor_ul .list_body span {
  color: #0068A2;
  transition: all 0.3s;
}
.release_block {
  margin-top: 18px;
}
.release_block .re_tip {
  color: #E02020;
  font-size: 16px;
  line-height: 2.2;
}
.release_block .re_tip p {
  background: url(../images/icon-star.png) no-repeat;
  background-position: left center;
  background-size: 10px 10px;
  padding-left: 20px;
}
.release_block .tips {
  margin: 10px 0 13px;
  font-size: 16px;
  font-weight: bold;
}
.release_block .tips em {
  color: #E02020;
}
.release_block .release_form {
  margin-bottom: 50px;
}
.release_block .release_form .group {
  margin-bottom: 20px;
}
.release_block .release_form .group .group_name {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.release_block .release_form .group .group_body .radio_box {
  margin: 0 -10px;
}
.release_block .release_form .group .group_body .radio_box .item {
  float: left;
  width: 180px;
  height: 46px;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
}
.release_block .release_form .group .group_body .radio_box .item p {
  line-height: 44px;
  border: 1px solid #CCCCCC;
}
.release_block .release_form .group .group_body .radio_box .item input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.release_block .release_form .group .group_body .radio_box .item input[type="radio"]:checked + p {
  background: #D3EFFE;
  border-color: #0068A2;
  color: #0068A2;
}
.release_block .release_form .group .group_body .input {
  width: 446px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #CCCCCC;
  padding: 11px 16px;
}
.release_block .release_form .group .group_body .input input {
  display: block;
  width: 100%;
  height: 100%;
}
.release_block .release_form .group .group_body .select_box {
  margin: 0 -10px;
}
.release_block .release_form .group .group_body .select_box .item {
  float: left;
  width: 213px;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
}
.release_block .release_form .group .group_body .select_box .item .inbox {
  border: 1px solid #CCCCCC;
  padding: 0 15px;
  height: 100%;
}
.release_block .release_form .group .group_body .select_box .item select {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.release_block .release_form .group .group_body .textarea {
  width: 780px;
  height: 200px;
  padding: 19px 15px;
  border: 1px solid #CCCCCC;
}
.release_block .release_form .group .group_body .textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.release_block .release_form .group.code_group .group_body .input {
  float: left;
  width: 280px;
}
.release_block .release_form .group.code_group .group_body .code {
  float: left;
  width: 146px;
  height: 46px;
  margin-left: 20px;
}
.release_block .release_form .group.code_group .group_body .code img {
  display: block;
  width: 100%;
  height: 100%;
}
.release_block .release_form .submit_block {
  margin-top: 40px;
}
.release_block .release_form .submit_block button {
  display: block;
  width: 446px;
  height: 46px;
  background: #0068A2;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  border: 0;
}
.contact_body #map {
  height: 418px;
}
.contact_body .contact_info {
  margin: 40px 0 200px;
}
.contact_body .contact_info .cntact_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
.contact_body .contact_info .cntact_ul {
  margin: 0 -15px;
}
.contact_body .contact_info .cntact_ul .item {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.contact_body .contact_info .cntact_ul .item .inbox {
  border: 1px solid #CCCCCC;
  padding: 37px 0 27px;
  text-align: center;
  transition: all 0.3s;
}
.contact_body .contact_info .cntact_ul .item .inbox .img {
  height: 100px;
  margin: 0 auto 11px;
}
.contact_body .contact_info .cntact_ul .item .inbox .img img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.contact_body .contact_info .cntact_ul .item .inbox .word {
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
  transition: all 0.3s;
}
.member_info .about_body .item p {
  text-indent: 0;
}
.expert_list {
  margin: 40px 0 100px;
}
.expert_list li {
  position: relative;
  margin-bottom: 40px;
}
.expert_list li .img {
  width: 210px;
  height: 260px;
  border: 3px solid #FFFFFF;
  position: absolute;
  top: 0;
  left: 30px;
}
.expert_list li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.expert_list li .title {
  /*padding-left: 277px;*/
  padding-left:10px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 30px;
}
.expert_list li .title span {
  color: #333333;
  font-size: 28px;
  margin-right: 39px;
}
.expert_list li .word {
  /*height: 195px;*/
  background: #F0F1F3;
  /*padding: 30px 35px 0 280px;*/
  padding:15px;
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  transition: all 0.3s;
  text-indent: 2em;
}
.company_box .tab_hd {
  border-bottom: 2px solid #DBDBDB;
  line-height: 33px;
  padding-bottom: 13px;
  font-size: 24px;
  color: #666666;
}
.company_box .tab_hd .li {
  float: left;
  margin-right: 100px;
  position: relative;
  cursor: pointer;
}
.company_box .tab_hd .li::before {
  content: '';
  display: none;
  width: 100%;
  height: 4px;
  background: #0068A2;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.company_box .tab_hd .li:last-child {
  margin-right: 0;
}
.company_box .tab_hd .li.on {
  font-weight: bold;
  color: #0068A2;
}
.company_box .tab_hd .li.on::before {
  display: block;
}
.company_box .tab_body {
  margin: 20px 0 100px;
}
.company_box .tab_body ul {
  margin: 0 -12px;
}
.company_box .tab_body ul li {
  float: left;
  width: 33.333%;
  padding: 10px 12px;
}
.company_box .tab_body ul li .inbox {
  display: flex;
  height: 80px;
  border: 1px solid #E4E4E4;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  transition: all 0.3s;
}
.swi_personnel .img {background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%); width:285px;height: 285px;display: table-cell;vertical-align: middle; line-height: 1.5em;}